PrintLeftRightObject

data class PrintLeftRightObject(val printLineObjectLeft: PrintLineObject, val printLineObjectRight: PrintLineObject) : PrintObject

A data class representing a print request to print two texts on the same line, aligned left and right. The layout properties can be specified independently for both the left and right texts.

Constructors

Link copied to clipboard
constructor(printLineObjectLeft: PrintLineObject, printLineObjectRight: PrintLineObject)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The type of the print object (e.g., LINE, EMPTY_LINE, etc.).

Link copied to clipboard

The PrintLineObject to be aligned on the left side of the line.

Link copied to clipboard

The PrintLineObject to be aligned on the right side of the line.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)